home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / code / mee / csi / readme.txt < prev   
Encoding:
Text File  |  1994-10-06  |  803 b   |  19 lines

  1. The files contained in this directory are a program that allows quick and
  2. easy analysis for accessing remote data using VBSQL, ODBC or Jet.  
  3.  
  4. To make this work on your machine you'll need the VBSQL libraries 
  5. installed, ODBC installed and VB3 Pro installed.  You will also need
  6. to modify CHANGEME.BAS to point to a Microsoft SQL Server on your
  7. network.  It assumes that the MS SQL Server database 'pubs' has been 
  8. loaded on that server, but you can easily specify another.
  9.  
  10. changeme.bas  change constants in this file to point to your database
  11. perftest.mak  project file
  12. perftest.frm  form and code
  13. perftest.mdb  database with attachments to SQL Server Pubs (need to reattach)
  14. dblib.bas     VBSQL provided header file
  15. odbcapi.bas   ODBC provided header file
  16. readme.txt    this file
  17.  
  18.  
  19.